hvmloader: allocate ACPI tables as we go
authorIan Campbell <ian.campbell@citrix.com>
Fri, 3 Jun 2011 16:21:57 +0000 (17:21 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 3 Jun 2011 16:21:57 +0000 (17:21 +0100)
commit967ea77fcba73f8712b22329ce257153378720a3
tree66f4561aadefac1cbb92ba215a8c97f4b6b3da60
parent95aa1ed06930354e6d6d0bc196520122e9bd278b
hvmloader: allocate ACPI tables as we go

Rather than building the tables twice, once purely to figure out the
size, just allocate each individual table as we go.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/firmware/hvmloader/acpi/build.c